MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / AddRange Method / AddRange(PagesCollection<T>) Method
The pages collection to add.

In This Topic
AddRange(PagesCollection<T>) Method
In This Topic
Adds the elements of pages collection to the end of the pages collection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal pages As PagesCollection(Of T) _
) 
 

Parameters

pages
The pages collection to add.
See Also